Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/onsi/gomega v1.29.0v1.39.0 age confidence

Release Notes

onsi/gomega (github.com/onsi/gomega)

v1.39.0

Compare Source

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

Compare Source

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

v1.38.2

Compare Source

1.38.2

v1.38.1

Compare Source

1.38.1

Fixes

Numerous minor fixes and dependency bumps

v1.38.0

Compare Source

1.38.0

Features
  • gstruct handles extra unexported fields [4ee7ed0]
Fixes
  • support [] in IgnoringTopFunction function signatures (#​851) [36bbf72]
Maintenance

v1.37.0

Compare Source

1.37.0

Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]

v1.36.3

Compare Source

1.36.3

Maintenance

v1.36.2

Compare Source

Maintenance

v1.36.1

Compare Source

1.36.1

Fixes

v1.36.0

Compare Source

1.36.0

Features
  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
Maintenance
  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

Compare Source

1.35.1

Fixes
  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

Compare Source

1.35.0

Features
  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance

v1.34.2

Compare Source

1.34.2

Require Go 1.22+

Maintenance
  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]

v1.34.1

Compare Source

1.34.1

Maintenance
  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]

v1.34.0

Compare Source

1.34.0

Features
  • Add RoundTripper method to ghttp.Server [c549e0d]
Fixes
  • fix incorrect handling of nil slices in HaveExactElements (fixes #​771) [878940c]
  • issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]
Maintenance

v1.33.1

Compare Source

1.33.1

Fixes
  • fix confusing eventually docs [3a66379]
Maintenance
  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]

v1.33.0

Compare Source

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

v1.32.0

Compare Source

1.32.0

Maintenance
  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#​733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#​717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#​732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]

v1.31.1

Compare Source

1.31.1

Fixes
  • Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]
  • Update test in case keeping msg is desired [ad1a367]
Maintenance
  • Show how to import the format sub package [24e958d]
  • tidy up go.sum [26661b8]
  • bump dependencies [bde8f7a]

v1.31.0

Compare Source

1.31.0

Features
  • Async assertions include context cancellation cause if present [121c37f]
Maintenance

v1.30.0

Compare Source

1.30.0

Features
  • BeTrueBecause and BeFalseBecause allow for better failure messages [4da4c7f]
Maintenance

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from proelbtn January 27, 2024 08:28
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from b9f1c28 to fcdfa9c Compare January 27, 2024 08:51
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.31.1 Update module github.com/onsi/gomega to v1.32.0 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from fcdfa9c to 841d83c Compare March 18, 2024 15:47
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.32.0 Update module github.com/onsi/gomega to v1.33.0 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 841d83c to 5af4928 Compare April 18, 2024 16:29
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 5af4928 to eba0b15 Compare April 30, 2024 04:07
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.33.0 Update module github.com/onsi/gomega to v1.33.1 Apr 30, 2024
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.33.1 Update module github.com/onsi/gomega to v1.34.0 Jul 25, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Jul 25, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.5 -> 1.23.4
github.com/onsi/ginkgo/v2 v2.13.0 -> v2.20.1
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 -> v0.0.0-20240827171923-fa2c70bbbfe5
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e -> v0.0.0-20240719175910-8a7402abbf56
golang.org/x/mod v0.14.0 -> v0.20.0
golang.org/x/sync v0.5.0 -> v0.8.0
golang.org/x/tools v0.16.1 -> v0.24.0
github.com/go-logr/logr v1.3.0 -> v1.4.2
golang.org/x/crypto v0.17.0 -> v0.28.0
golang.org/x/net v0.19.0 -> v0.30.0
golang.org/x/sys v0.15.0 -> v0.26.0
golang.org/x/term v0.15.0 -> v0.25.0
golang.org/x/text v0.14.0 -> v0.19.0
google.golang.org/protobuf v1.31.0 -> v1.35.1

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from eba0b15 to d9fdeac Compare July 25, 2024 21:23
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.34.0 Update module github.com/onsi/gomega to v1.34.1 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from d9fdeac to 55cdbd2 Compare July 29, 2024 19:11
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.34.1 Update module github.com/onsi/gomega to v1.34.2 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 55cdbd2 to 2d69e77 Compare August 28, 2024 17:38
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.34.2 Update module github.com/onsi/gomega to v1.35.0 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch 2 times, most recently from 080b960 to 7de3e75 Compare October 31, 2024 22:43
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.35.0 Update module github.com/onsi/gomega to v1.35.1 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 7de3e75 to 98267a0 Compare November 25, 2024 17:40
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.35.1 Update module github.com/onsi/gomega to v1.36.0 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch 2 times, most recently from 7fa05a6 to 43576c8 Compare December 6, 2024 04:07
@renovate
Copy link
Contributor Author

renovate bot commented Dec 6, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go mod tidy
go: downloading github.com/stretchr/testify v1.8.4
go: downloading gotest.tools/v3 v3.5.1
go: downloading go.uber.org/goleak v1.2.1
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0
go: downloading go.opentelemetry.io/otel/sdk v1.10.0
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.10.0
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/prashantv/gostub v1.1.0
go: downloading github.com/stretchr/objx v0.5.0
go: finding module for package github.com/containerd/log
go: downloading github.com/containerd/log v0.1.0
go: finding module for package go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
go: downloading go.opentelemetry.io/otel v1.39.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0
go: downloading go.opentelemetry.io v0.1.0
go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.1
go: finding module for package go.opentelemetry.io/otel/semconv/v1.21.0
go: found github.com/containerd/log in github.com/containerd/log v0.1.0
go: found go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0
go: found go.opentelemetry.io/otel/semconv/v1.21.0 in go.opentelemetry.io/otel v1.39.0
go: downloading golang.org/x/crypto v0.44.0
go: downloading golang.org/x/sys v0.39.0
go: downloading golang.org/x/term v0.37.0
go: downloading github.com/stretchr/testify v1.11.1
go: downloading golang.org/x/net v0.47.0
go: downloading go.opentelemetry.io/otel/trace v1.39.0
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading google.golang.org/protobuf v1.36.10
go: downloading github.com/google/uuid v1.6.0
go: downloading go.opentelemetry.io/otel/metric v1.39.0
go: downloading go.opentelemetry.io/otel/sdk v1.39.0
go: downloading golang.org/x/sync v0.18.0
go: downloading golang.org/x/text v0.31.0
go: downloading golang.org/x/tools v0.38.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading go.opentelemetry.io/proto/otlp v1.9.0
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading google.golang.org/grpc v1.77.0
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading golang.org/x/mod v0.29.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217
go: downloading google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217
go: downloading go.uber.org/goleak v1.3.0
go: downloading github.com/rogpeppe/go-internal v1.14.1
go: finding module for package go.opentelemetry.io/otel/metric/global
go: finding module for package go.opentelemetry.io/otel/metric/instrument/syncfloat64
go: finding module for package go.opentelemetry.io/otel/metric/instrument/syncint64
go: github.com/janog-netcon/netcon-problem-management-subsystem/cmd/nclet imports
	github.com/docker/docker/client imports
	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
	go.opentelemetry.io/otel/metric/global: module go.opentelemetry.io/otel/metric@latest found (v1.39.0), but does not contain package go.opentelemetry.io/otel/metric/global
go: github.com/janog-netcon/netcon-problem-management-subsystem/cmd/nclet imports
	github.com/docker/docker/client imports
	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
	go.opentelemetry.io/otel/metric/instrument/syncfloat64: module go.opentelemetry.io/otel/metric@latest found (v1.39.0), but does not contain package go.opentelemetry.io/otel/metric/instrument/syncfloat64
go: github.com/janog-netcon/netcon-problem-management-subsystem/cmd/nclet imports
	github.com/docker/docker/client imports
	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
	go.opentelemetry.io/otel/metric/instrument/syncint64: module go.opentelemetry.io/otel/metric@latest found (v1.39.0), but does not contain package go.opentelemetry.io/otel/metric/instrument/syncint64

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 43576c8 to ec04857 Compare December 10, 2024 05:11
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.36.0 Update module github.com/onsi/gomega to v1.36.1 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from ec04857 to fe601a7 Compare December 24, 2024 13:15
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.36.1 Update module github.com/onsi/gomega to v1.36.2 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from fe601a7 to 02de99d Compare March 3, 2025 16:53
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 02de99d to b35dc63 Compare March 21, 2025 21:43
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.36.2 Update module github.com/onsi/gomega to v1.36.3 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from b35dc63 to 8c46c2e Compare April 2, 2025 16:03
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.36.3 Update module github.com/onsi/gomega to v1.37.0 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 8c46c2e to 1f5e732 Compare July 22, 2025 23:40
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.37.0 Update module github.com/onsi/gomega to v1.38.0 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 1f5e732 to 5560328 Compare August 22, 2025 18:29
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.38.0 Update module github.com/onsi/gomega to v1.38.1 Aug 22, 2025
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 5560328 to d6f0729 Compare August 26, 2025 15:15
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.38.1 Update module github.com/onsi/gomega to v1.38.2 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from d6f0729 to 8f0ae4d Compare December 8, 2025 17:15
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.38.2 Update module github.com/onsi/gomega to v1.38.3 Dec 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 8f0ae4d to 3f6bbda Compare December 15, 2025 16:46
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 3f6bbda to 5743063 Compare January 8, 2026 18:13
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.38.3 Update module github.com/onsi/gomega to v1.39.0 Jan 8, 2026
proelbtn added a commit that referenced this pull request Jan 12, 2026
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.39.0 Update module github.com/onsi/gomega to v1.39.0 - autoclosed Jan 12, 2026
@renovate renovate bot closed this Jan 12, 2026
@renovate renovate bot deleted the renovate/github.com-onsi-gomega-1.x branch January 12, 2026 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant